-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: expose draw_clusters function #803
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the correct typings for parameters and return type to draw_clusters
Signed-off-by: Yusik Kim <[email protected]> add type annotations to function signature Signed-off-by: Yusik Kim <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
feat: expose draw_clusters function add type annotations to function signature Signed-off-by: Yusik Kim <[email protected]> Signed-off-by: Václav Vančura <[email protected]>
Expose the
draw_clusters()
function which was a local function of a method. This general functionality is useful for drawing colorized layout clusters e.g. indocling-eval
so there is value in exposing it.Checklist: